AOnItemSelectedListener
Complete API reference for AOnItemSelectedListener, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Android Views
Component: no
public class AOnItemSelectedListener
Methods
| Signature | Returns | Description |
|---|---|---|
onItemSelected(AdapterView<?>, View, int, long) | void | Performs the onItemSelected operation using the provided parameters (parent, view, position, id). |
onNothingSelected(AdapterView<?>) | void | Performs the onNothingSelected operation using the provided parameters (parent). |
onItemSelectedEvent(AdapterView<?>, View, int, long) | boolean | Executes onItemSelectedEvent and returns after the underlying engine call finishes. |
onNothingSelectedEvent(AdapterView<?>) | boolean | Executes onNothingSelectedEvent and returns after the underlying engine call finishes. |